OverrideQuotaForOriginRequest

data class OverrideQuotaForOriginRequest(origin: String, quotaSize: Double?)

Represents request frame that can be used with Storage#overrideQuotaForOrigin operation call.

Override quota for the specified origin

See also

Constructors

OverrideQuotaForOriginRequest
Link copied to clipboard
fun OverrideQuotaForOriginRequest(origin: String, quotaSize: Double? = null)

Properties

origin
Link copied to clipboard
val origin: String
Security origin.
quotaSize
Link copied to clipboard
val quotaSize: Double? = null
The quota size (in bytes) to override the original quota with.

Sources

jvm source
Link copied to clipboard